home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2004 August / The Sunday Times - The Month 2004-08.iso / pc / engine / modules / musts.swf / scripts / DefineButton2_4 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2004-06-24  |  91 b   |  5 lines

  1. on(rollOver){
  2.    _parent.doOver(this._name.split("_")[2]);
  3.    _parent.txtOver(this);
  4. }
  5.